projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfca19e
)
Remove incorrect use of AUTO_STRING
author
Philipp Stephani
<phst@google.com>
Sun, 7 Jan 2018 15:44:45 +0000
(16:44 +0100)
committer
Philipp Stephani
<phst@google.com>
Sun, 7 Jan 2018 15:44:45 +0000
(16:44 +0100)
* src/lread.c (load_error_old_style_backquotes): Remove incorrect use
of AUTO_STRING.
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index bcf3b7f55c7f88a8d39ccc1723f3acd76b1c1145..28d4bf9a4fe059cfb69cf06acf11adc44c1df071 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1007,10
+1007,7
@@
static _Noreturn void
load_error_old_style_backquotes (void)
{
if (NILP (Vload_file_name))
- {
- AUTO_STRING (message, "Old-style backquotes detected!");
- xsignal1 (Qerror, message);
- }
+ xsignal1 (Qerror, build_string ("Old-style backquotes detected!"));
else
{
AUTO_STRING (format, "Loading `%s': old-style backquotes detected!");